type github.com/jackc/pgx/v5/pgtype.wrapByte16EncodePlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1525: return &wrapByte16EncodePlan{}, byte16Wrapper(value), true
pgtype.go#L1743: type wrapByte16EncodePlan struct {
pgtype.go#L1747: func (plan *wrapByte16EncodePlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1749: func (plan *wrapByte16EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)